nav .navbar .links li:first-child a {
  color: #ffffff;
}

nav .navbar .links li:nth-child(6) a {
  color: #ff8000;
}


.header-banner {
  max-width: 1800px;
  margin: auto;
  height: 380px;
  background: linear-gradient(rgba(17, 49, 145, 0.086), rgba(7, 41, 100, 0.192)), url(../images/our\ projects.JPG);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 280px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  margin-top: -70px;
  margin-bottom: 70px;
}

.header-banner h1 {
  width: fit-content;
  background-color: #ff8000;
  padding: 0px 10px;
  margin-left: 5%;
  font-size: 35px;
  padding-bottom: 8px;
  font-weight: 600;
}



.sec20 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
}

.sec20 h5 {
  width: fit-content;
  margin: auto;
  text-align: center;
  font-size: 20px;
  color: #ff8000;
  display: flex;
  text-transform: uppercase;
  place-items: center;
  display: flex;
}

.sec20 h5 .line {
  width: 100px;
  height: 2px;
  margin: 0 10px;
  position: relative;
  z-index: 20;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ff8000);
}

.sec20 h5 .line2 {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ff8000);
}

.sec20 h1 {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  font-size: 35px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}

.sec20 h1 span {
  color: #0a3c75;
  font-weight: 600;
}

.sec20 .sec20-container {
  width: 95%;
  margin: auto;
  padding: 0 3%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec20 .sec20-container .swiper-slide {
  width: 32%;
  background-color: white;
  /* padding: 10px; */
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 20px;
  transition: ease-in-out 0.5s;
  justify-content: center;
  position: relative;
}


.sec20 .swiper-slide img {
  width: 100%;
  margin: auto;
  height: 350px;
  border-radius: 8px 8px 0 0;
  position: relative;
  z-index: 10;
  object-fit: cover;
  border: 1px solid gray;
  border-radius: 10px;
}

@media screen and (max-width: 900px) {

  .header-banner {
    background-size: cover;
    height: 200px;
    padding-top: 130px;
    margin-top: -0px;
  }

  .header-banner h1 {
    font-size: 20px;
  }

  .sec20 {
    margin-top: -30px;
  }

  .sec20 h1 {
    font-size: 28px;
  }

  .sec20 .sec20-container .swiper-slide {
    width: 48%;
    margin-bottom: 0;
  }

  .sec20 .swiper-slide img {
    width: 100%;
    margin: auto;
    height: 150px;
  }




  nav .navbar .links li:first-child a {
    color: #000000;
  }

  nav .navbar .links li:nth-child(6) a {
    color: #eb8d19;
  }








}